Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding functionality to grab lightcurves from Cassandra. #167

Merged
merged 7 commits into from
Sep 20, 2024

Conversation

astronomerritt
Copy link
Collaborator

@astronomerritt astronomerritt commented Sep 17, 2024

Fixes #151.

  • Made a class, CassandraFetcher(), which pulls data from the Cassandra DP0.3 database set up by Roy.
  • Added a constructor method: AdlerPlanetoid.construct_from_cassandra(). Does what you'd expect!
  • Eventually I will move this into the lasair-adler repo. For now, however, it can live here.

Review Checklist for Source Code Changes

  • Does pip install still work?
  • Have you written a unit test for any new functions?
  • Do all the units tests run successfully?
  • Does adler run successfully on a test set of input files/databases?
  • Have you used black on the files you have updated to confirm python programming style guide enforcement?

@astronomerritt astronomerritt marked this pull request as ready for review September 20, 2024 12:53
@astronomerritt astronomerritt merged commit 39a4ab8 into main Sep 20, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create class to read lightcurves from Cassandra
2 participants